Albums in Jeremy's Music Collection

name); $count = $obj->cnt; $artist_id = $obj->id; echo "

$artist_name

"; $sql = "select B.title, B.id, B.encoded from albums B where B.artist_id = '$artist_id' and B.genre_id = '$genre_id' order by title"; $rs2 = run_query($sql); echo ""; } ?>